body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.cttn__carrousel {
  height: 44vh;
}

footer {
  background: rgba(0, 0, 0, 0.5);
}

.efecto_aparecer_centro {
  animation-name: aumentar-ancho;
  animation-duration: .8s;
  animation-fill-mode: forwards;
}

.custom-text{
    font-size: 60px ;
}

@keyframes aumentar-ancho {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.div__cttn__options__libros {
  animation-name: aparecer;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 50;
}

@keyframes aparecer {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cttn__img__biblioteca {
  width: 100%;
  height: 90vh;
}

.cttn__img__biblioteca img {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cttn__img__biblioteca h1 {
  position: absolute;
  z-index: 4;
  font-size: 80px;
  text-align: center;
  color: #fff;
  font-style: italic;
}

.cttn__carrousel h2 {
  position: absolute;
  z-index: 4;
  font-size: 52px;
  animation-name: aparecer;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  color: #fff;
  font-style: italic;
}

.cttn__carrousel__element {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cttn__carrousel__element:hover h2 {
  display: none;
  transition: .2s ease-out;
}

.cttn__carrousel__element__inf {
  display: none;
  position: absolute;
  z-index: 4;
  transition: .2s ease-out;
  animation-name: aparecer;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.cttn__carrousel__element:hover .cttn__carrousel__element__inf {
  display: block;
  transition: .2s ease-out;
}

.cttn__carrousel__element__inf p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.cttn__carrousel__element a {
  text-decoration: none;
  color: #fff !important;
  border: 1px solid #ffffff;
  padding: 5px 20px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  transition: .1s ease-in-out;
}

.cttn__carrousel__element a:hover {
  color: #fff;
  background: rgba(211, 211, 211, 0.4);
}

.cttn__carrousel__element img {
  filter: brightness(1) contrast(1.2) grayscale(10%);
  width: 100%;
  height: 100%;
}

.cttn__carrousel__element:hover .cttn__carrousel__element img{
  filter: brightness(0.6) contrast(1.2) grayscale(10%);
  width: 100%;
  height: 100%;
}

.cttn__carrousel__element img {
  filter: brightness(0.6) contrast(1.2) grayscale(10%);
  width: 100%;
  height: 100%;
}

p {
  text-align: justify;
}

@media (min-width: 1200px) {
  .cttn__img__profesiones {
    background-attachment: fixed !important;
    background-size: cover !important;
  }
}

.cttn__img__profesiones {
  position: relative;
  background-size: inherit;
  height: 200px;
  background-color: #eee;
  background-position: bottom;
  margin:30px 0;
}

.cttn__img__profesiones div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}

.cttn__img__profesiones div img {
  width: 20vw;
  height: 100% !important;
  object-fit: cover;
  transform: skew(-15deg);
}


.container__carrousel__pc {
  display: block;
  padding: 15px 10px 10px 10px;
  /* height: 25vh; */
  margin: 0 auto;
  margin-top: 14px;
}

.container__carrousel__mobile {
  display: none;
  padding-top: 14px;
  margin: 0 auto;
  margin-top: 14px;
  /* height: 25vh; */
}


.cttn__options__libros {
  border-top: 2px solid rgb(235, 235, 235);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.cttn__options__libros a {
  text-decoration: none;
  color: rgb(98, 99, 99);
  transition: .2s ease-out;
}

.cttn__options__libros a:hover {
  color: rgb(142, 201, 201);
}

.div__cttn__options__libros__div  {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  background: #fff;
}




@media (max-width: 800px) {
  .container__carrousel__pc {
    display: none;
  }

  .container__carrousel__mobile {
    display: block;
  }
}

@media (max-width: 1100px) {
  .cttn__carrousel h2 {
    font-size: 42px;
  }

  .cttn__carrousel__element__inf p {
    font-size: 12px;
  }
}


.cttn__barra__celular {
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 20;
  height: 110vh;
  display: none;
}



.animacion__barra__celular {
  animation-name: bar_cel;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

@keyframes bar_cel {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}



.text-bar-opc {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  transition: .2s ease-in;
  text-decoration: none;
}

.text-bar-opc-book {
  color: rgb(98, 99, 99);
  width: 100%;
  transition: .2s ease-in;
  text-decoration: none;
}

.text-bar-opc-book:hover {
  color: rgb(142, 201, 201);
}


.text-bar-opc:hover {
  color: #5b5b5b;
  border-bottom: 1px solid #5b5b5b;
}






.cttn__barra__celular__div__ul {
  width: 100%;
  display: flex;
  margin-top: 15px;
  padding: 0px;
}

.cttn__barra__celular__div__ul ul{
  width: 100%;
  padding: 0;
}

.cttn__barra__celular__div__ul ul li {
  display: flex;
  align-items: center;
  margin: 5px auto;
}

.cttn-visiblent {
  transform: translateX(-200%);
  transition: .5s;
  position: absolute;
}

.cttn-visible {
  transform: translateX(0%);
  transition: .5s;
}

.btn-li:focus {
  outline: none;
  /* Elimina el resaltado al hacer clic */
}



.barra__navegacion {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  margin: auto 0;
}

.barra__navegacion__libro {
  background: transparent;
  padding: 5px;
  margin: 0;
  padding: 0;
  width: 16%;
  height: 100%;

}

.barra__navegacion__libro button {
  background: transparent;
  border: none;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: .2s ease-out;
  font-size: 16px;
  background: #5098f8;
}

.barra__navegacion__libro button:hover {
  color: rgb(255, 255, 255);
  background: #2f63a9;
}

.barra__navegacion__busqueda {
  border-left: 2px solid #d4d4d4;
  width: 10%;
  height: 100%;
  /* translate: -100%; */
}

.barra__navegacion__busqueda button {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}

.barra__navegacion__input {
  width: 74%;
  height: 100%;

}

.barra__navegacion__input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
  font-style: italic;
  font-size: 16px;
}

.formulario__busqueda {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

.cttn__barra__navegacion {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__div__cttn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.header__div {
  height: 12vh;
  padding: 5px 0;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
}

.header__div__responsive{
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 100% !important;
  margin: 0 auto;
}

.header__div__responsive div{
  display: flex;
  align-items: center;
}

.header__div__responsive div:first-child{
  justify-content: start;
  height: 100% !important;
}

.header__div__responsive div:nth-child(2){
  justify-content: end;
}

@media (max-width: 900px) {
  .header__div__responsive {
    display: flex !important;
  }

  .cttn_footer_libro div {
  width: 32% !important;
}
  .cttn_footer_libro div a {
  font-size: 14px !important;

    }
    
  .header__div{
    display: none;
  } 

  .div__cttn__options__libros {
    display: none !important;
  }
}

@media(min-width: 900px){
  .cttn__barra__celular {
    display: none !important;
  }
}


/* INFORMACION DE LIBROS */
.card {
  width: 300px;
  position: relative;
  background: rgb(255, 255, 255);
  padding: 15px;
      overflow: hidden;
}

.card::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 50%;
  height: 10px;
  bottom: 15px;
  right: 0;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
  transform: rotate(5deg);
  transition: all 0.1s ease-in;
}

.card::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 50%;
  height: 10px;
  bottom: 15px;
  left: 0;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
  transform: rotate(-5deg);
  transition: all 0.1s ease-in;
}

.card:hover:before,
.card:hover:after {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.6);
}

.card:hover:before {
  transform: rotate(-8deg);
}

.card:hover:after {
  transform: rotate(8deg);
}

.card__img {
  position: relative;
  background: #214063;
  background: linear-gradient(315deg, #2ad4ca, #214063);
  width: 100%;
  height: 250px;
}

.card__span {
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  background-color: white;
  top: 10px;
  left: 10px;
  padding: 3px 7px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease-in;
  user-select: none;
}

.card__span:hover {
  transform: translateX(5px);
}

.card-int {
  padding: 20px 0 0 0;
}

.card-int__title {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Limita a 2 líneas */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Añade los "..." */
  white-space: normal;
  /* Permite el salto de línea */
}

.card-int__button {
  cursor: pointer;
  margin: 20px 0 0 0;
  padding: 7px 20px;
  width: 100%;
  background-color: rgb(228 240 244);
  border: none;
  color: black;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  transition: box-shadow 0.1s ease-in;
  user-select: none;
}

.card-int__button:active {
  box-shadow: 0px 0px 15px rgba(0, 119, 255, 0.5);
}

.card-int__button:hover::before {
  animation: effect_two 0.4s 1;
}

.card-int__button::before {
  content: 'Ver más sobre el libro...';
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #a62a00;
  background: linear-gradient(315deg, #88adde, #145c74);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-99%);
  z-index: 1;
  animation: effect_one 10s infinite;
}

.card-int__button:hover::before {
  transform: translateX(0%);
}

.excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.excerpt-book{
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

@keyframes effect_one {
  0% {
    transform: translateX(-89%);
  }

  25% {
    transform: translateX(-80%);
  }

  50% {
    transform: translateX(-80%);
  }

  75% {
    transform: translateX(-85%);
  }

  100% {
    transform: translateX(-89%);
  }
}

@keyframes effect_two {
  to {
    transform: translateX(-1%);
  }

  from {
    transform: translateX(-99%);
  }
}






/* CSS DE LOS LIBROS BUSCADOS */
.card_libro {
  width: 280px;
  height: 240px;
  background: white;
  border-radius: 20px;
  /* box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff; */
  transition: 0.2s ease-in-out;
  border: 1px solid #bebebe;
  overflow: hidden;
}

.img_libro {
  width: 100%;
  height: 70%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: linear-gradient(315deg, #2ad4ca, #214063);
  display: flex;
  align-items: top;
  justify-content: right;
  overflow: hidden;
}

.text_libro {
  height: 30%;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: space-around;

  font-family: 'Lucida Sans' sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Limita a 2 líneas */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Añade los "..." */
  white-space: normal;
}

.card_libro:hover {
  cursor: pointer;
  /* box-shadow: 0px 10px 20px rgba(0,0,0,0.1); */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
}

.dp {
  color: #3477ce;
  border: 1px solid #5098f8;
  transition: .2s ease-out;
  text-decoration: none;
  text-align: center;
}

.dp:hover {
  color: #fff;
  background: #5098f8;
}















.pantalla_carga {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1060;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.loader {
  --background: linear-gradient(135deg, #23C4F8, #275EFE);
  --shadow: rgba(39, 94, 254, 0.28);
  --text: #6C7486;
  --page: rgba(255, 255, 255, 0.36);
  --page-fold: rgba(255, 255, 255, 0.52);
  --duration: 3s;
  width: 200px;
  height: 140px;
  position: relative;
}

.loader:before,
.loader:after {
  --r: -6deg;
  content: "";
  position: absolute;
  bottom: 8px;
  width: 120px;
  top: 80%;
  box-shadow: 0 16px 12px var(--shadow);
  transform: rotate(var(--r));
}

.loader:before {
  left: 4px;
}

.loader:after {
  --r: 6deg;
  right: 4px;
}

.loader div {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  perspective: 600px;
  box-shadow: 0 4px 6px var(--shadow);
  background-image: var(--background);
}

.loader div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.loader div ul li {
  --r: 180deg;
  --o: 0;
  --c: var(--page);
  position: absolute;
  top: 10px;
  left: 10px;
  transform-origin: 100% 50%;
  color: var(--c);
  opacity: var(--o);
  transform: rotateY(var(--r));
  -webkit-animation: var(--duration) ease infinite;
  animation: var(--duration) ease infinite;
}

.loader div ul li:nth-child(2) {
  --c: var(--page-fold);
  -webkit-animation-name: page-2;
  animation-name: page-2;
}

.loader div ul li:nth-child(3) {
  --c: var(--page-fold);
  -webkit-animation-name: page-3;
  animation-name: page-3;
}

.loader div ul li:nth-child(4) {
  --c: var(--page-fold);
  -webkit-animation-name: page-4;
  animation-name: page-4;
}

.loader div ul li:nth-child(5) {
  --c: var(--page-fold);
  -webkit-animation-name: page-5;
  animation-name: page-5;
}

.loader div ul li svg {
  width: 90px;
  height: 120px;
  display: block;
}

.loader div ul li:first-child {
  --r: 0deg;
  --o: 1;
}

.loader div ul li:last-child {
  --o: 1;
}

.loader span {
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}

@keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  35%,
  100% {
    opacity: 0;
  }

  50%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }

  65%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  65%,
  100% {
    opacity: 0;
  }

  80%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }

  95%,
  100% {
    transform: rotateY(0deg);
  }
}


.content__body__mensajes{
  position: absolute;
  top: 15vh !important;
  right: 0 !important;
  overflow: hidden;
}




.success {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 320px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background: #EDFBD8;
  border-radius: 8px;
  box-shadow: 0px 0px 5px -3px #111;
  border: 1px solid #12b963;
  transition: .5s ease-in;
  transform: translateX(100%);
}

.success__icon {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  margin-right: 8px;
}

.success__icon path {
  fill: #84D65A;
}

.success__title {
  font-weight: 500;
  font-size: 14px;
  color: #2B641E;
}

.success__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
}

.success__close path {
  fill: #2B641E;
}






/* From Uiverse.io by andrew-demchenk0 */ 
.warning {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 320px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background: #FEF7D1;
  border-radius: 8px;
  box-shadow: 0px 0px 5px -3px #111;
  border: 1px solid #deda15;
  transition: .5s ease-in;
  transform: translateX(100%);
}

.warning__icon {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  margin-right: 8px;
}

.warning__icon path {
  fill: #F7C752;
}

.warning__title {
  font-weight: 500;
  font-size: 14px;
  color: #755118;
}

.warning__close {
  width: 20px;
  height: 20px;
  margin-left: auto;
  cursor: pointer;
}

.warning__close path {
  fill: #755118;
}












.error {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 320px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background: #FCE8DB;
  border-radius: 8px;
  border: 1px solid #EF665B;
  box-shadow: 0px 0px 5px -3px #111;
  transition: .5s ease-in;
  transform: translateX(100%);
}

.error__icon {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  margin-right: 8px;
}

.error__icon path {
  fill: #EF665B;
}

.error__title {
  font-weight: 500;
  font-size: 14px;
  color: #71192F;
}

.error__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
}

.error__close path {
  fill: #71192F;
}






@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

#body__footer {
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

#footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container__footer {
  max-width: 1170px;
  margin: auto;
  padding: 10px
}

.roww {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.title__utb {
  color: #fff;
  margin: 0;
  margin-left: 15px;
}

.footer__ul {
  list-style: none;
}

.li__footer {
  list-style-type: none !important;
}

#footer {
  /* background-color: rgb(0 0 0 / 66%);; */
  background-color: rgb(13 18 27);

}

.footer-col {
  width: 22%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #ffb700;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col .footer__ul .li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col .footer__ul .li__footer .a__footer {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col .footer__ul .li__footer .a__footer:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links .a__footer {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links .a__footer:hover {
  color: #24262b;
  background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
  

}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
  .custom-text{
    font-size: 20px;
}
}

.fas {
  margin: 7px;
  font-weight: 600;
}

.dr_utb {
  margin: 0;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  text-align: end;
}

.hefo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hefo img {
  height: 30px;
  padding-left: 15px;
}

.cttn_footer_libro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

.cttn_footer_libro div {
  width: 20%;
}

.cttn_footer_libro div a {
  font-size: 17px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb !important;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cttn_footer_libro div a:hover {
  color: #ffffff;
  padding-left: 8px;
}
















.card-container-book {
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding:0;
}

.card-book {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.card-book .front-content-book {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.card-book .front-content-book p {
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px;
  opacity: 1;
  background: linear-gradient(-45deg, #29b3f8 0%, #540fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  position: absolute;
  z-index: 10;
}

.card-book .content-book {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: linear-gradient(315deg, #2ad4ca, #214063);
  color: #e8e8e8;
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card-book .content-book .heading-book {
  font-size: 20px;
  font-weight: 700;
  padding:0;
  margin:0;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Limita a 2 líneas */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Añade los "..." */
  white-space: normal;
}

.heading-book-categoria{
      font-size: 14px;
      margin: 0;
      padding:0;
}

.card-book:hover .content-book {
  transform: translateY(0);
}

.card-book:hover .front-content-book {
  transform: translateY(-30%);
}

.card-book:hover .front-content-book p {
  opacity: 0;
}

.front-content-book img{
    /*filter: brightness(0.4) contrast(1.2) grayscale(10%);*/
    height:100%;
    width:100%;
}
